home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 November / Macworld (1999-11).dmg / Shareware World / Comms & Internet / DXF to VRML97 1.0.1 / src / DropUNIX Lib / Lib Headers / DropShell.h next >
Text File  |  1998-08-14  |  309b  |  14 lines

  1. #ifndef    __DROPSHELL_H__
  2. #define    __DROPSHELL_H__
  3.  
  4. void            InitToolbox(void);
  5. Boolean            InitGlobals(void);
  6. void            SetUpMenus(void);
  7. void             InstallSplashScreen(void); 
  8. void            ShowAbout(void);
  9. void            DoMenu(long retVal);
  10. void            DoMouseDown(EventRecord *curEvent);
  11. void            DoKeyDown(EventRecord *curEvent);
  12.  
  13. #endif
  14.